Text File | 1994-07-18 | 649 b | 22 lines | [TEXT/MPS ]
8) How do I call a code resource from my C++ program?
Here's a small program (in C++) which calls a code resource. For this example the code resource takes 2 arguments, an int and a character pointer. It assumes that the resource has been merged into the project's .rsrc with type CODE and name myCodeResource.